vendor/golang.org/x/crypto/cryptobyte.String.read (method)

14 uses

	vendor/golang.org/x/crypto/cryptobyte (current package)
		asn1.go#L433: 		b := s.read(1)[0]
		string.go#L26: func (s *String) read(n int) []byte {
		string.go#L37: 	return s.read(n) != nil
		string.go#L43: 	v := s.read(1)
		string.go#L54: 	v := s.read(2)
		string.go#L65: 	v := s.read(3)
		string.go#L76: 	v := s.read(4)
		string.go#L87: 	v := s.read(6)
		string.go#L98: 	v := s.read(8)
		string.go#L107: 	v := s.read(length)
		string.go#L121: 	lenBytes := s.read(lenLen)
		string.go#L130: 	v := s.read(int(length))
		string.go#L161: 	v := s.read(n)
		string.go#L173: 	v := s.read(n)